php forum
php mysql forum
php mysql smarty
 
Page 3 of 3 < 1 2 3
Topic Options
#317121 - 05/31/08 11:39 AM Re: [7.0.x] Top Posters in Last X Days [Re: Carte Blanche]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Thanks CB smile
_________________________
- Allen wavey
- What Drives You?

Top
#317204 - 06/11/08 10:58 AM Re: [7.0.x] Top Posters in Last X Days [Re: AllenAyres]
Grymmie Offline
Lurker

Registered: 12/11/07
Posts: 7
Is there any way of modifying the code CB so that you can remove a specific user from being included?

I.E.

With the new newsfeed mod, the admin could recieve hundresd if not thousands of posted credits per day. This of course would upset the ratio, and I would ultimately like to keep it with those people actually making posts versus bots.

Thanks.

Top
#317210 - 06/11/08 12:27 PM Re: [7.0.x] Top Posters in Last X Days [Re: Grymmie]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
easy peasy smile

find:
Sql Query:
AND	 p.USER_ID != 1


change to
Sql Query:
AND	 p.USER_ID NOT IN (1,xx,yy)


where xx and yy are member numbers you don't want in the calcs..

so assume there are 3 members you don't want included (1 is always included) -- ids 10, 69, 443

the statement would read
Sql Query:
AND	 p.USER_ID NOT IN(1,10,69,443)


*poof* done smile
_________________________

Top
#317212 - 06/11/08 05:42 PM Re: [7.0.x] Top Posters in Last X Days [Re: sirdude]
Grymmie Offline
Lurker

Registered: 12/11/07
Posts: 7
SIR DUDE YOUR THE BEST!

Thanks

Top
#317214 - 06/11/08 08:49 PM Re: [7.0.x] Top Posters in Last X Days [Re: Grymmie]
Carte Blanche Offline
Newbie

Registered: 10/08/06
Posts: 21
Loc: Auckland, NZ
Heh, actually, I might use something like that against some of my post farmers too. Just not sure it if would encourage their spammming even more to try to get back on....

Top
Page 3 of 3 < 1 2 3



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks